GtkIconView: Remove a no-longer-valid optimization
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jun 2014 17:50:28 +0000 (13:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Jun 2014 17:52:11 +0000 (13:52 -0400)
commit72ece5a62cca537e6925219ab5f23ff3c6c6e1b3
tree9d22ef774e88956f6b714b7202e8091a388ec689
parent640f9d110e5526bba64fd4ab85f9a3dfbb5c6ba8
GtkIconView: Remove a no-longer-valid optimization

The rubberband rendering code was assuming that we just have
a 1-pixel border and the rest of the rubberband is uniform.
That is not a safe assumption to make with css-styled
rubberbands, so remove it.
gtk/gtkiconview.c